Skip to content

Update development-dependencies (minor) - #737

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/development-dependencies
Open

Update development-dependencies (minor)#737
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/development-dependencies

Conversation

@renovate

@renovate renovate Bot commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@changesets/cli (source) ^2.28.1^2.31.1 age confidence
@types/pdfmake (source) ^0.2.11^0.3.0 age confidence
sass ^1.97.2^1.98.0 age confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.31.1

Compare Source

Patch Changes
  • #​2159 15cf592 Thanks @​ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successful npm info --json output in an array. The unwrapped output made changeset publish treat every package as unpublished and fail attempting to republish existing versions.

v2.31.0

Compare Source

Minor Changes
  • #​1889 96ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #​1873 42943b7 Thanks @​mixelburg! - Respond to --help on all subcommands. Previously, --help was only handled when it was the sole argument; passing it alongside a subcommand (e.g. changeset version --help) would silently execute the command instead. Now --help always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.

Patch Changes

v2.30.0

Compare Source

Minor Changes
  • #​1840 057cca2 Thanks @​wotan-allfather! - Add --since flag to add command

    The add command now supports a --since flag that allows you to specify which branch, tag, or git ref to use when detecting changed packages. This is useful for gitflow workflows where you have multiple target branches and the baseBranch config option doesn't cover all use cases.

    Example: changeset add --since=develop

    If not provided, the command falls back to the baseBranch value in your .changeset/config.json.

  • #​1845 2b4a66a Thanks @​Andarist! - Delegate OTP prompting to the package manager instead of handling it in-process. This allows Changesets to use the package manager's native web auth support.

  • #​1774 667fe5a Thanks @​bluwy! - Support importing custom commit option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

  • #​1839 73b1809 Thanks @​leochiu-a! - Add a --message (-m) flag to changeset add (and default changeset) so the changeset summary can be provided from the command line. When --message is present, the summary prompt is skipped while the final confirmation step is kept.

  • #​1806 0e8e01e Thanks @​luisadame! - Changeset CLI can now be run from the nested directories in the project, where the .changeset directory has to be found in one of the parent directories

Patch Changes
sass/dart-sass (sass)

v1.103.1

Compare Source

  • No user-visible changes.

v1.103.0

Compare Source

  • Potentially breaking compatibility fix: Colors now preserve "analogous
    sets" of missing channels during conversions, per the CSS spec. For example,
    color.to-space(lch(50% none none), lab) now returns lab(50% none none)
    instead of lab(50% 0 0).

v1.102.0

Compare Source

  • Use the 2.4 gamma transfer function for rec2020, as specified by the latest
    draft of CSS Color 4.

v1.101.7

Compare Source

  • No user-visible changes.

v1.101.6

Compare Source

  • No user-visible changes.

v1.101.5

Compare Source

  • No user-visible changes.

v1.101.4

Compare Source

  • Avoid emitting rgb() or rgba() functions with non-percent decimal
    channels. Older browsers only support integer values or (potentially decimal)
    percentages for these functions, so in order to preserve
    backwards-compatibility while retaining full precision for modern browsers,
    legacy colors that contain at least one non-integer channel will now use
    percentages for their channels (for example, rgb(0%, 100%, 50%) rather than
    rgb(0, 255, 127.5)).

  • Fix a bug where the values of plain-CSS if() expressions were emitted using
    their meta.inspect() format rather than their CSS serialization format.

v1.101.3

Compare Source

  • No user-visible changes.

v1.101.0

Compare Source

  • Potentially breaking bug fix: The Node package importer now properly
    supports resolving import-only variants of Sass files declared in the
    exports, sass, and style fields of package.json. Previously, these
    files were ignored even when loaded via @import, so any code relying on
    loading module-system-only files this way may break.

v1.100.0

Compare Source

  • Writing two compound selectors adjacent to one another without any whitespace
    between them, such as [class]a, is now deprecated. This was always an error
    in CSS and Sass only supported it by mistake.

    See the Sass website for
    details.

v1.99.0

Compare Source

  • Add support for parent selectors (&) at the root of the document. These are
    emitted as-is in the CSS output, where they're interpreted as the scoping
    root
    .

  • User-defined functions named calc or clamp are no longer forbidden. If
    such a function exists without a namespace in the current module, it will be
    used instead of the built-in calc() or clamp() function.

  • User-defined functions whose names begin with - and end with -expression,
    -url, -and, -or, or -not are no longer forbidden. These were
    originally intended to match vendor prefixes, but in practice no vendor
    prefixes for these functions ever existed in real browsers.

  • User-defined functions named EXPRESSION, URL, and ELEMENT, those that
    begin with - and end with -ELEMENT, as well as the same names with some
    lowercase letters are now deprecated, These are names conflict with plain CSS
    functions that have special syntax.

    See the Sass website for details.

  • In a future release, calls to functions whose names begin with - and end
    with -expression and -url will no longer have special parsing. For now,
    these calls are deprecated if their behavior will change in the future.

    See the Sass website for details.

  • Calls to functions whose names begin with - and end with -progid:... are
    deprecated.

    See the Sass website for details.


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • Between 12:00 AM and 05:59 AM, only on Monday (* 0-5 * * 1)
  • Automerge
    • Monday through Friday (* * * * 1-5)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the Dev label Feb 2, 2026
@renovate
renovate Bot requested a review from a team as a code owner February 2, 2026 01:35
@changeset-bot

changeset-bot Bot commented Feb 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 038c5d2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/development-dependencies branch from 8183776 to e5beb27 Compare February 3, 2026 01:39
@renovate renovate Bot changed the title Update dependency happy-dom to ^20.3.3 Update dependency happy-dom to ^20.3.4 Feb 3, 2026
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch from e5beb27 to 15bc5a7 Compare February 6, 2026 01:48
@renovate renovate Bot changed the title Update dependency happy-dom to ^20.3.4 Update dependency happy-dom to ^20.3.7 Feb 6, 2026
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch from 15bc5a7 to 769afcd Compare February 9, 2026 02:28
@renovate renovate Bot changed the title Update dependency happy-dom to ^20.3.7 Update dependency happy-dom to ^20.3.9 Feb 9, 2026
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch from 769afcd to bc47db2 Compare February 11, 2026 01:56
@renovate renovate Bot changed the title Update dependency happy-dom to ^20.3.9 Update dependency happy-dom to ^20.4.0 Feb 11, 2026
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch from bc47db2 to 4b71a16 Compare February 11, 2026 21:33
@renovate renovate Bot changed the title Update dependency happy-dom to ^20.4.0 Update development-dependencies (minor) Feb 11, 2026
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 7 times, most recently from 9111f7e to 68acc85 Compare February 24, 2026 00:47
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 3 times, most recently from b8811b1 to 6a89891 Compare February 25, 2026 15:48
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 5 times, most recently from 9dc85da to 409694b Compare March 7, 2026 01:55
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 2 times, most recently from be1a5e2 to 7a5e6b0 Compare March 13, 2026 09:22
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch from 4af9c0b to 30f9f9e Compare April 7, 2026 14:43
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 3 times, most recently from 6407572 to fca0aa6 Compare April 21, 2026 12:58
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch from fca0aa6 to cf52a04 Compare May 1, 2026 21:36
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch from cf52a04 to 9b2b9ca Compare May 18, 2026 16:08
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch from 9b2b9ca to f6d4d2b Compare May 28, 2026 14:58
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 3 times, most recently from ee08117 to d787b8c Compare June 16, 2026 01:54
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 2 times, most recently from 10ba9b8 to fb76c61 Compare June 18, 2026 01:40
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch from fb76c61 to 7532e31 Compare June 24, 2026 13:51
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 2 times, most recently from 9caf7a2 to d2edbd2 Compare July 21, 2026 02:43
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 2 times, most recently from ccde2bc to 8dc2b68 Compare July 29, 2026 15:41
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 2 times, most recently from c854d4a to 8e8eee6 Compare August 6, 2026 22:03
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 2 times, most recently from 1288d7d to b7992f5 Compare August 23, 2026 22:44
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 7 times, most recently from d7d5903 to 62283dc Compare September 8, 2026 15:16
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch from 62283dc to 038c5d2 Compare September 8, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants